func github.com/aws/smithy-go/encoding/httpbinding.newURIValue

2 uses

	github.com/aws/smithy-go/encoding/httpbinding (current package)
		encode.go#L99: 	return newURIValue(&e.path, &e.rawPath, &e.pathBuffer, key)
		uri.go#L17: func newURIValue(path *[]byte, rawPath *[]byte, buffer *[]byte, key string) URIValue {